home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / Chip_2003-01_cd1.bin / sharewar / gale / setgalee.exe / {app} / Gale.exe / 0 / RCDATA / TFORMTGA / TFORMTGA.txt
Encoding:
Text File  |  2002-10-07  |  1.1 KB  |  64 lines

  1. object FormTga: TFormTga
  2.   Left = 215
  3.   Top = 188
  4.   BorderStyle = bsDialog
  5.   Caption = 'TGA'
  6.   ClientHeight = 123
  7.   ClientWidth = 191
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = False
  11.   Position = poDesktopCenter
  12.   Scaled = False
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 12
  16.   object Bevel1: TBevel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 173
  20.     Height = 69
  21.     Shape = bsFrame
  22.   end
  23.   object CheckComp: TCheckBox
  24.     Left = 20
  25.     Top = 20
  26.     Width = 149
  27.     Height = 17
  28.     Caption = 'Compressed'
  29.     Checked = True
  30.     State = cbChecked
  31.     TabOrder = 0
  32.   end
  33.   object Button1: TButton
  34.     Left = 20
  35.     Top = 87
  36.     Width = 75
  37.     Height = 25
  38.     Caption = 'OK'
  39.     Default = True
  40.     ModalResult = 1
  41.     TabOrder = 2
  42.   end
  43.   object btnCancel: TButton
  44.     Left = 101
  45.     Top = 87
  46.     Width = 75
  47.     Height = 25
  48.     Cancel = True
  49.     Caption = 'Cancel'
  50.     ModalResult = 2
  51.     TabOrder = 3
  52.   end
  53.   object CheckAlpha: TCheckBox
  54.     Left = 20
  55.     Top = 48
  56.     Width = 149
  57.     Height = 17
  58.     Caption = 'With alpha channel'
  59.     Checked = True
  60.     State = cbChecked
  61.     TabOrder = 1
  62.   end
  63. end
  64.